﻿@import "https://at.alicdn.com/t/font_2365936_frh3v8812en.css";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei',arial;
	font-size: 12px
}

h1 {
	font-size: 30px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 14px
}

a {
	text-decoration: none;
	color: #000
}

input {
	outline: none;
	border: none
}

ul li {
	list-style: none
}

.clear {
	clear: both
}

.index-hr {
	margin: 0 0 20px 0;
	border: none;
	border-top: 1px solid #e1e1e1
}

.main-container {
	width: 100%
}

.main-content {
	background-color: #f7f7f7
}

.container {
	max-width: 1150px;
	width: 100%;
	margin: auto;
	height: 100%
}

.flex {
	display: flex;
	flex-wrap: wrap
}

.flex-box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: inherit
}

.flex-r {
	margin-left: auto
}

.flex-cell {
	flex-grow: 1;
	flex-shrink: 1
}

.v-center {
	align-items: center
}

.a-center {
	justify-content: center
}

.a-left {
	justify-content: left
}

.space-bt {
	justify-content: space-between
}

.swiper-container {
	width: 100%;
	height: 100%
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.box-header {
	margin-bottom: 20px;
	color: #ff5a00
}

.box-header .left a {
	font-size: 18px;
	font-weight: bold;
	color: #ff5a00
}

.box-header .left i {
	margin-right: 10px;
	font-size: 20px
}

.box-header .right i {
	font-size: 30px;
	color: #E6E6E6
}

.mobile-nav {
	display: none
}

.header {
	color: #fff
}

.header .status {
	height: 35px;
	background-color: #ff5a00;
	border-bottom: 1px solid #fb9856
}

.header .status .weather span {
	margin-right: 10px;
	font-size: 12px
}

.header .status .action span {
	margin-left: 20px
}

.header .banner {
	height: 203px;
	border-bottom: 1px solid #fb9856;
	background-image: url("../images/nav-bg1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.header .banner .name {
	display: flex;
	align-items: center
}

.header .banner .name .left img {
	width: 80px
}

.header .banner .name .right {
	border-left: 1px solid #fb9856;
	padding-left: 10px
}

.header .banner .name .right p {
	font-size: 20px;
	margin: 14px 10px;
	letter-spacing: 2px;
	font-weight: bold
}

.header .banner .name .right p span {
	display: block;
	font-weight: 100;
	letter-spacing: 0.5px;
	color: #e1e1e1
}

.header .banner .mind {
	margin-right: 13%;
	margin-bottom: 110px;
	text-align: center
}

.header .banner .mind p {
	margin-top: 10px
}

.header .banner .mind p span {
	font-size: 17px;
	margin-right: 20px;
	font-weight: 600
}

.header .banner .mind p span:last-child {
	margin-right: 0
}

.header .nav {
	background-image: url("../images/nav-bg2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.header .nav .nav-item {
	height: 65px;
	border-bottom: 1px solid #fb9856;
	display: flex
}

.header .nav .nav-item ul {
	position: relative
}

.header .nav .nav-item ul .underline {
	transition: all .2s;
	position: absolute;
	width: 72px;
	height: 5px;
	background: #FDCD00;
	bottom: 0;
	left: 60px
}

.header .nav .nav-item ul .underline.active {
	left: calc(100% / 6 + 60px)
}

.header .nav .nav-item ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% / 6);
	text-align: center;
	height: 100%;
	z-index: 10;
	line-height: 35px
}

.header .nav .nav-item ul li a {
	font-size: 18px;
	color: #fff
}

.header .nav .nav-item ul li a i {
	font-size: 24px;
	margin-right: 10px
}

.header .nav .nav-item ul li:hover .ndiv {
	display: flex;
	opacity: 1
}

.header .nav .nav-item ul li .ndiv {
	transition: all .2s;
	position: absolute;
	display: none;
	opacity: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	top: 65px;
	left: 0;
	box-shadow: 0 2px 5px 0 #a1a1a1;
	z-index: 2;
	padding: 10px 65px
}

.header .nav .nav-item ul li .ndiv .n-left {
	width: 70%;
	padding-right: 20px;
	border-right: 1px solid #e1e1e1
}

.header .nav .nav-item ul li .ndiv .n-left .n-header {
	margin-bottom: 20px;
	color: #ff5a00;
	border-bottom: 1px solid #e1e1e1
}

.header .nav .nav-item ul li .ndiv .n-left .n-header .left {
	border-bottom: 5px solid #ff5a00;
	color: #000;
	font-size: 20px
}

.header .nav .nav-item ul li .ndiv .n-left .n-header .left span {
	font-size: 20px;
	color: #ff5a00
}

.header .nav .nav-item ul li .ndiv .n-left .n-header .left i {
	margin-right: 10px;
	font-size: 20px
}

.header .nav .nav-item ul li .ndiv .n-left .n-header .right i {
	font-size: 30px;
	color: #E6E6E6
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left {
	width: 60%;
	padding-right: 20px;
	border-right: 1px solid #e1e1e1
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div {
	transition: all .4s;
	width: 48%;
	color: #000;
	padding: 15px 10px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px 3px #f1f1f1;
	cursor: pointer
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div a {
	color: #a1a1a1;
	font-size: 16px
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div i {
	font-size: 20px;
	margin-right: 10px
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div i.i1 {
	color: #ff5a00
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div i.i2 {
	color: #e84259
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div i.i3 {
	color: #2d95ec
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div i.i4 {
	color: #35d125
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div:hover.d1 {
	background: #ff5a00
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div:hover.d2 {
	background: #e84259
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div:hover.d3 {
	background: #2d95ec
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div:hover.d4 {
	background: #35d125
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div:hover a {
	color: #fff
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-left div:hover i {
	color: #fff
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-right {
	width: 40%;
	padding-left: 20px
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-right div {
	transition: all .4s;
	width: 100%;
	color: #000;
	padding: 15px 10px;
	margin-bottom: 15px;
	box-shadow: 0 0 5px 3px #f1f1f1
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-right div a {
	color: #a1a1a1;
	font-size: 16px
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-right div i {
	font-size: 20px;
	margin-right: 10px
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-right div i.i1 {
	color: #2581f6
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-right div i.i2 {
	color: #ffb237
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-right div:hover.d1 {
	background: #2581f6
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-right div:hover.d2 {
	background: #ffb237
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-right div:hover a {
	color: #fff
}

.header .nav .nav-item ul li .ndiv .n-left .n-content .b-right div:hover i {
	color: #fff
}

.header .nav .nav-item ul li .ndiv .n-right {
	width: 30%;
	padding-left: 20px
}

.header .nav .nav-item ul li .ndiv .n-right .n-header {
	margin-bottom: 26px
}

.header .nav .nav-item ul li .ndiv .n-right .n-header span {
	font-size: 20px;
	padding-bottom: 2px;
	color: #666;
	border-bottom: 5px solid #ff5a00
}

.header .nav .nav-item ul li .ndiv .n-right .n-content div {
	transition: .4s all;
	padding: 14px 10px;
	margin-bottom: 15px;
	border: 1px solid #e1e1e1
}

.header .nav .nav-item ul li .ndiv .n-right .n-content div a {
	color: #666
}

.header .nav .nav-item ul li .ndiv .n-right .n-content div:hover {
	background: #ff5a00
}

.header .nav .nav-item ul li .ndiv .n-right .n-content div:hover a {
	color: #fff
}

.header .nav .search .box {
	height: 78px
}

.header .nav .search .box .input {
	position: relative;
	width: 50%;
	margin: auto
}

.header .nav .search .box .input input {
	width: 100%;
	height: 45px;
	padding-left: 15px;
	font-size: 14px
}

.header .nav .search .box .input input::-webkit-input-placeholder {
	color: #b1b1b1
}

.header .nav .search .box .input i {
	position: absolute;
	right: 0;
	top: 11px;
	color: #c1c1c1;
	font-size: 18px;
	width: 50px;
	height: 24px;
	padding-top: 2px;
	border-left: 1px solid #a1a1a1;
	text-align: center
}

.header .nav .search .box .input a {
	position: absolute;
	right: -75px;
	top: 10px;
	font-size: 16px;
	color: #fff
}

.header .hot-news {
	height: 70px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #e8e8e8
}

.header .hot-news .h-header {
	color: #ff5a00;
	font-size: 18px;
	border-right: 1px solid #e8e8e8;
	padding-right: 10px;
	font-weight: bold
}

.header .hot-news .news-lb {
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	width: 45%;
	height: 30px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.header .hot-news .news-lb .swiper-slide {
	display: flex;
	text-align: left;
	align-items: center
}

.header .hot-news .news-lb a {
	display: flex;
	transition: 0.4s all;
	width: 100%
}

.header .hot-news .news-lb a span {
	font-size: 16px;
	line-height: 32px;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.header .hot-news .news-lb a:hover {
	text-decoration: underline;
	color: #ff5a00
}

.header .hot-news .news-lb i {
	vertical-align: middle;
	font-size: 32px;
	color: #ff5a00
}

.main-content {
	padding: 20px 0 60px
}

.main-content .f-left {
	width: 50%;
	border-right: 1px solid #e7e7e7;
	padding-right: 32px
}

.main-content .f-left .advertise {
	position: relative;
	width: 100%
}

.main-content .f-left .advertise .adbox {
	width: 542px;
	height: 316px
}

.main-content .f-left .advertise img {
	width: 542px;
	height: 316px
}

.main-content .f-left .advertise .title {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	line-height: 30px;
	background: rgba(0,0,0,0.5)
}

.main-content .f-left .advertise .title a {
	color: #fff;
	font-size: 16px
}

.main-content .f-left .advertise .title a:hover {
	text-decoration: underline
}

.main-content .f-left .news-list {
	margin-bottom: 30px
}
/* new tab切换 */
.tab-content .tab-pane, .pill-content .pill-pane {
	display: none;
  }
  
  .tab-content .active, .pill-content .active {
	display: block;
	position:relative;
  }
  .main-content .f-left .news-list .tabs,.main-content .f-left .news-list .tabnew  {
	background-color: #e7e7e7;
  }
  
  .main-content .f-left .news-list .tabs > a{
	display: block;
	width: 20%;
	text-align: center;
	font-size: 18px;
	padding: 19px 0;
  }
  .main-content .f-left .news-list .tabnew li{
	  display: block;
	  width: 20%;
	  text-align: center;
	  font-size: 18px;
  }
  .main-content .f-left .news-list .tabnew li a{
	  display: block;
	width: 100%;
	padding: 19px 0;
	font-size: 18px;
  }
  .main-content .f-left .news-list .tabs > a.active, .main-content .f-left .news-list .tabnew li.active a{
	background-color: #fff;
	color: #ff5a00;
	font-weight: bold;
  }
  
  .main-content .f-left .news-list .tabs > a:hover, .main-content .f-left .news-list .tabnew li a:hover {
	color: #ff5a00;
	cursor: pointer;
  }
.main-content .f-left .news-list .list {
	background-color: #fff
}

.main-content .f-left .news-list .list ul {
	/* display: none; */
	margin-left: 20px;
	padding: 10px 10px 10px 0;
	position: relative
}

.main-content .f-left .news-list .list ul.active {
	display: block
}

.main-content .f-left .news-list .list ul li {
	line-height: 40px;
	list-style: none;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.main-content .f-left .news-list .list ul li:before {
	content: "·";
	font-size: 50px;
	line-height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 9px;
	color: #a1a1a1
}

.main-content .f-left .news-list .list ul li a {
	font-size: 16px;
	margin-left: 20px
}

.main-content .f-left .news-list .list ul li a:hover {
	text-decoration: underline;
	color: #ff5a00
}

.main-content .f-left .report .swiper-slide {
	background: none
}

.main-content .f-left .report .box-content .item {
	height: 106px;
	margin-bottom: 20px;
	background: none;
	overflow: hidden;
	border: 1px solid #e1e1e1
}

.main-content .f-left .report .box-content .item img {
	width: 100%;
	height: 106px;
	z-index: 1
}

.main-content .f-left .report .box-content .half {
	width: 48%
}

.main-content .f-left .report .box-content .full {
	width: 100%
}

.main-content .f-right {
	width: 50%;
	padding-left: 32px
}

.main-content .f-right .new-info {
	margin-bottom: 20px
}

.main-content .f-right .new-info .box-header .left i {
	font-size: 20px
}

.main-content .f-right .new-info .box-content li::before {
	content: "·";
	font-size: 50px;
	line-height: 16px;
	margin-right: 10px;
	color: #a1a1a1
}

.main-content .f-right .new-info .box-content li {
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.main-content .f-right .new-info .box-content li a {
	font-size: 16px
}

.main-content .f-right .new-info .box-content li a:hover {
	text-decoration: underline;
	color: #ff5a00
}

.main-content .f-right .new-info .box-content li span {
	font-size: 14px;
	color: #a1a1a1
}

.main-content .f-right .info-search {
	margin-bottom: 20px
}

.main-content .f-right .info-search .box-header .left i {
	font-size: 20px
}

.main-content .f-right .info-search .box-header .right a {
	font-size: 16px
}

.main-content .f-right .info-search .box-content .input {
	width: 80%;
	padding: 6.5px;
	background-color: #fff;
	border: 1px solid #a1a1a1;
	border-radius: 3px
}

.main-content .f-right .info-search .box-content .input input {
	width: 70%;
	height: 30px;
	font-size: 16px
}

.main-content .f-right .info-search .box-content .input select {
	height: 30px;
	border: none;
	font-size: 16px;
	outline: none;
	background: none
}

.main-content .f-right .info-search .box-content .input select option {
	font-size: 16px
}

.main-content .f-right .info-search .box-content .search-btn {
	width: 18%;
	margin-left: 2%;
	background-color: #ff5a00;
	border-radius: 3px;
	color: #fff;
	font-size: 16px
}

.main-content .f-right .info-search .box-content .fast-link {
	padding: 10px 0
}

.main-content .f-right .info-search .box-content .fast-link span {
	transition: all .3s;
	border: 1px solid #a1a1a1;
	border-radius: 5px;
	padding: 5px;
	float: left;
	margin: 5px 5px 0 0
}

.main-content .f-right .info-search .box-content .fast-link span a {
	color: #a1a1a1;
	background: rgba(255,255,255,0)
}

.main-content .f-right .info-search .box-content .fast-link span:hover {
	border: 1px solid #ff5a00;
	background: #ff5a00
}

.main-content .f-right .info-search .box-content .fast-link span:hover a {
	background-color: #ff5a00;
	color: #fff
}

.main-content .f-right .info-search .box-content .fast-link a {
	transition: all .3s;
	font-size: 14px;
	background-color: #fff;
	color: #ff5a00
}

.main-content .f-right .card {
	width: 90%;
	margin: 40px auto
}

.main-content .f-right .card section {
	position: relative;
	width: 50%
}

.main-content .f-right .card section .tran {
	width: 100%;
	height: 100%;
	border: 1px solid #ff5a00;
	box-shadow: 0 0 5px 0 #ff5a00;
	transition: all .4s
}

.main-content .f-right .card section .tran .card-header {
	transition: all .4s;
	background-color: #f1f1f1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 14px
}

.main-content .f-right .card section .tran .card-header i {
	color: #ff5a00;
	font-size: 30px
}

.main-content .f-right .card section .tran .card-header p a {
	font-size: 18px;
	color: #ff5a00
}

.main-content .f-right .card section .tran .card-content {
	transition: all 0.2s;
	background-color: #fff;
	width: 90%;
	margin-left: 10%
}

.main-content .f-right .card section .tran .card-content .item {
	width: calc(100% / 2 - 5px);
	height: 96px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

.main-content .f-right .card section .tran .card-content .item i {
	color: #ff5a00;
	font-size: 20px
}

.main-content .f-right .card section .tran .card-content .item a {
	display: block;
	font-size: 13px;
	color: #a1a1a1
}

.main-content .f-right .card section .tran.active {
	width: 120%;
	height: 120%;
	margin: -10% 0 0 -10%;
	position: absolute;
	z-index: 1
}

.main-content .f-right .card section .tran.active .card-header {
	background-image: url("../images/card-bg.jpg");
	background-color: #ff5a00;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.main-content .f-right .card section .tran.active .card-header i {
	color: #fff;
	font-size: 30px
}

.main-content .f-right .card section .tran.active .card-header p a {
	font-size: 18px;
	color: #fff
}

.main-content .f-right .card section .tran.active .card-content {
	width: 100%;
	height: calc(100% - 86px);
	margin: 0;
	padding: 20px
}

.main-content .f-right .card section .tran.active .card-content .item {
	cursor: pointer
}

.main-content .f-right .card section .tran.active .card-content .item:hover i {
	transform: rotate(-20deg)
}

.main-content .f-right .card section .tran.active .card-content .item:hover a {
	color: #ff5a00
}

.main-content .f-right .card section .tran.active .card-content .item i {
	color: #ff5a00;
	font-size: 26px;
	display: block;
	transition: .4s all;
	margin: -5px 0 10px
}

.main-content .f-right .card section .tran.active .card-content .item a {
	display: block;
	font-size: 15px;
	color: #a1a1a1
}

.main-content .f-right .card section:first-child .tran .card-content {
	margin: 0
}

.footer {
	background-color: #e7e7e7
}

.footer .nav {
	border-bottom: 1px solid #d0d0d0
}

.footer .nav .link li {
	display: block;
	width: 16.6666%;
	height: 35px;
	line-height: 35px;
	color: #999;
	text-align: center;
	font-size: 12px
}

.footer .nav .link li i {
	cursor: pointer
}

.footer .nav .link li ul {
	position: relative;
	transition: all .4s;
	display: none;
	background-color: transparent;
	color: #000;
	border-radius: 5px;
	z-index: 1;
	max-height: 200px;
	overflow-y: auto
}

.footer .nav .link li ul.active {
	display: block;
	background-color: #fff
}

.footer .nav .link li ul li {
	width: 100%
}

.footer .nav .link li ul li a {
	font-size: 16px
}

.footer .nav .link li ul li a:hover {
	color: #ff5a00
}

.footer .banner {
	border-bottom: 1px solid #d0d0d0
}

.footer .banner .name {
	display: flex;
	align-items: center
}

.footer .banner .name .left img {
	width: 80px
}

.footer .banner .name .right {
	border-left: 1px solid #d0d0d0;
	padding-left: 10px
}

.footer .banner .name .right p {
	font-size: 20px;
	margin: 10px;
	letter-spacing: 2px;
	color: #a1a1a1;
	font-weight: bold
}

.footer .banner .name .right p span {
	display: none;
	font-weight: 100;
	letter-spacing: 0.5px;
	color: #999
}

.footer .banner .mid {
	/*margin-left: 5%;*/
	display: flex;
	justify-content: center;
	align-items: center
}

.footer .banner .mid .f-img {
	text-align: left
}

.footer .banner .mid .f-img img {
	/*vertical-align: middle;*/
	margin-right: 20px
}

.footer .banner .mind {
	width: 41.5%;
	padding: 10px 0;
	text-align: center
}

.footer .banner .mind p {
	text-align: left;
	font-size: 12px;
	color: #999;
	line-height: 18px
}

.footer .info {
	padding: 10px 0
}

.footer .info p {
	font-size: 12px;
	color: #999
}

.footer .info div.flex {
	width: 41.5%;
	text-align: center
}

.footer .info div.flex a {
	display: block;
	padding: 0 10px;
	font-size: 12px;
	color: #999;
	border-right: 1px solid #d0d0d0
}

.footer .info div.flex a:last-child {
	border: none
}

.footer .info div.flex a:first-child {
	padding-left: 0
}

.pagenation {
	color: #666;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pagenation .pagenum {
	float: left;
	min-width: 30px;
	padding: 3px 5px;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 3px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-sizing: border-box
}

.pagenation .pagenum.indexpage,.pagenation .pagenum.lastpage,.pagenation .pagenum.nextpage {
	background: rgba(255,255,255,0);
	color: #d9cfce
}

.pagenation .pagenum.indexpage.active,.pagenation .pagenum.lastpage.active,.pagenation .pagenum.nextpage.active {
	background-color: #f5f5f5;
	color: #999
}

.pagenation .pagenum.indexpage.active a,.pagenation .pagenum.lastpage.active a,.pagenation .pagenum.nextpage.active a {
	color: #999
}

.pagenation .pagenum.pagetext,.pagenation .pagenum.totalpage {
	border-radius: 0px;
	background: rgba(255,255,255,0);
	border: none
}

.pagenation .pagenum a {
	color: #999;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%
}

.pagenation .pageswiperbox {
	min-width: 35px;
	max-width: 175px;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left
}

.pagenation .pageswiper {
	width: auto
}

.pagenation .pageswiper .pagenum {
	display: inline-block;
	float: none
}

.pagenation .pagenum.curpage {
	background: rgba(255,255,255,0);
	color: #FE7200;
	border: none
}

.pagenation .pagenum.curpage a {
	color: #FE7200;
	display: block;
	width: 100%
}

.pagenation .pageinput {
	text-align: center;
	border: 1px solid #e5e5e5;
	width: 40px;
	margin: 0 3px;
	line-height: 17px;
	box-sizing: border-box;
	vertical-align: top
}

.pagenation .pagesubbtn {
	background: rgba(255,255,255,0)
}

.pagenation .pagesubbtn a {
	color: #d9cfce
}

.pagenation .pagesubbtn.active {
	background: #f5f5f5
}

.pagenation .pagesubbtn a {
	color: #999
}

.fixed_box {
	transition: all 0.4s;
	position: fixed;
	width: 55px;
	right: 255px;
	bottom: 50px;
	opacity: 0
}

.fixed_box>div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	box-sizing: unset;
	transition: all .3s;
	border-radius: 100px;
	margin-bottom: 10px
}

.fixed_box>div:hover div {
	display: flex;
	z-index: 999;
	opacity: 1;
	text-align: center;
	left: -150px
}

.fixed_box>div.lysh {
	background: #17A9FF;
	color: #fff
}

.fixed_box>div.whsh {
	background: #fd4848;
	color: #fff
}

.fixed_box>div.whsh:hover {
	transition: all 0.4s;
	background: #fd4848;
	color: #fff
}

.fixed_box>div.whsh div p {
	color: #fd4848
}

.fixed_box>div.znwd {
	background: #35d125;
	color: #fff
}

.fixed_box>div.share:hover {
	transition: all 0.4s;
	background: #35d125;
	color: #fff
}

.fixed_box>div.f_top {
	border: none
}

.fixed_box>div.f_top i {
	font-size: 26px;
	color: #666
}

.fixed_box>div.f_top:hover {
	transition: all 0.4s;
	background: #ffce0b;
	color: #fff
}

.fixed_box>div.f_top:hover i {
	color: #fff
}

.fixed_box>div a {
	color: #fff
}

.fixed_box>div a div {
	display: none;
	transition: all 0.4s;
	position: absolute;
	width: 150px;
	height: 150px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 999;
	opacity: 0;
	left: -300px;
	top: -40px;
	background: #fff
}

.fixed_box>div a div img {
	width: 113px;
	height: 113px
}

.fixed_box>div a div p {
	width: 100%;
	color: #17A9FF
}

.fixed_box>div a i {
	font-size: 40px
}

.fixed_box>div a p {
	font-size: 13px;
	margin-top: 0px
}

@media (max-width: 960px) {
	.main-container .mobile-nav {
		display: block;
		position: relative;
		height: 60px;
		background-color: #ff5a00
	}

	.main-container .mobile-nav .nav-head {
		align-items: center;
		justify-content: center;
		height: 100%
	}

	.main-container .mobile-nav .nav-head .mhead {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 100%
	}

	.main-container .mobile-nav .nav-head .mhead img {
		height: 80%
	}

	.main-container .mobile-nav .nav-head .mhead span {
		font-size: 18px;
		display: none
	}

	.main-container .mobile-nav .nav-head .nav-icon {
		position: absolute;
		top: 0;
		right: 15px;
		height: 100%;
		display: flex;
		align-items: center;
		border:none;
		background:#ff5a00
	}

	.main-container .mobile-nav .nav-head .nav-icon i {
		font-size: 30px;
		color: #fff
	}

	.main-container .mobile-nav .mnav-item {
		transition: all .4s;
		position: relative;
		height: 0;
		width: 100%;
		background: #ff5a00;
		z-index: 0;
		opacity: 0
	}

	.main-container .mobile-nav .mnav-item.active {
		position: fixed;
		height: 100%;
		z-index: 999;
		opacity: 1
	}

	.main-container .mobile-nav .mnav-item ul {
		margin-top: 20px
	}

	.main-container .mobile-nav .mnav-item ul li {
		text-align: center;
		line-height: 40px
	}

	.main-container .mobile-nav .mnav-item ul li a {
		font-size: 16px !important;
		color: #fff
	}

	.main-container .header .status {
		display: none
	}

	.main-container .header .banner {
		display: none
	}

	.main-container .header .nav li a {
		font-size: 12px !important
	}

	.main-container .header .nav .underline {
		width: 60px !important;
		left: 75px !important
	}

	.main-container .news-lb span {
		font-size: 12px !important
	}

	.main-content {
		padding: 20px 0 20px !important
	}

	.main-content a {
		font-size: 12px !important
	}

	.main-content span {
		font-size: 12px !important
	}

	.main-content div {
		font-size: 14px !important
	}

	.main-content .f-left .advertise .adbox {
		display: block;
		height: 200px
	}

	.main-content .f-left .advertise .adbox img {
		height: 100%;
		width: 100%
	}

	.main-content .f-right .card {
		width: 100% !important
	}

	.main-content .box-header a {
		font-size: 14px !important
	}

	.main-content .card {
		display: block
	}

	.main-content .card section {
		width: 100% !important
	}

	.main-content .card section:first-child {
		margin-bottom: 30px
	}

	.main-content .card section .tran.active {
		position: relative !important;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important
	}

	.main-content .card section .tran .card-header {
		background-image: url(../images/card-bg.jpg);
		background-color: #ff5a00;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover
	}

	.main-content .card section .tran .card-header i,.main-content .card section .tran .card-header a {
		color: #fff !important
	}

	.main-content .card section .tran .card-content {
		width: 100% !important;
		margin: 0 !important;
		padding: 20px
	}

	.main-content .card section .tran .card-content i {
		display: block;
		font-size: 26px !important;
		margin-bottom: 10px
	}

	.footer li {
		font-size: 14px !important;
		height: 35px !important
	}

	.footer .banner {
		padding: 10px 0
	}

	.footer .banner .name {
		display: none
	}

	.footer .banner br {
		display: none
	}

	.footer .info .flex {
		display: block;
		width: 100% !important
	}

	.footer .info .flex a {
		display: inline-block !important
	}
}

@media (max-width: 960px) {
	.flex-cell {
		flex-basis: 100%
	}

	.header .name {
		margin: auto
	}

	.header .mind {
		display: none
	}

	.header .search {
		display: none
	}

	.header .nav {
		display: none
	}

	.header .hot-news {
		height: auto;
		padding: 20px 0;
		text-align: center
	}

	.header .hot-news p {
		text-align: center
	}

	.header .hot-news a {
		text-align: center;
		font-size: 14px !important
	}

	.main-content .f-left {
		padding-right: 0
	}

	.main-content .f-right {
		padding-left: 0
	}

	.report .box-content .half {
		width: 100% !important
	}

	.f-left {
		padding: 0 20px !important
	}

	.f-right {
		padding: 0 20px !important
	}

	.footer .nav .link li {
		width: 100%
	}

	.footer .banner>div {
		display: block
	}

	.footer .banner .name {
		margin: auto
	}

	.footer .banner .name .left {
		width: 100%;
		text-align: center;
		display: none
	}

	.footer .banner .name .right {
		border: none;
		padding: 0;
		margin: auto
	}

	.footer .banner .name p {
		font-size: 16px !important;
		text-align: center
	}

	.footer .banner .name p span {
		font-size: 10px !important;
		letter-spacing: 0 !important
	}

	.footer .banner .mind {
		width: 100%
	}

	.footer .banner .mind .f-img {
		text-align: center
	}

	.footer .banner .mind p {
		text-align: center
	}

	.footer .info div {
		text-align: center
	}

	.footer .info div p {
		display: none
	}

	.footer .info div div {
		margin: auto
	}
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: none !important;
	left: 0 !important;
	right: auto
}

.swiper-button-prev i,.swiper-container-rtl .swiper-button-next i {
	font-size: 24px;
	color: #fff
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: none !important;
	right: 0 !important;
	left: auto
}

.swiper-button-next i,.swiper-container-rtl .swiper-button-prev i {
	font-size: 24px;
	color: #fff
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 0 !important;
	left: 0;
	width: 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,.swiper-pagination-custom .swiper-pagination-bullet-active,.swiper-pagination-fraction .swiper-pagination-bullet-active {
	background: #ff5a00 !important
}

table {
	margin: auto;
}
/*分页*/
.pagination .whj_jqueryPaginationCss-1 {
	text-align: center;
	display: flex;
	justify-content: center;
}

.pagination .whj_jqueryPaginationCss-1 .whj_border {
	border: 1px solid #ddd;
	padding: 2px 10px;
	margin: 0 5px;
	display: inline-block\9;
	cursor: pointer;
}

.whj_color {
	display: inline-block;
}
.pagination .whj_jqueryPaginationCss-1 input.whj_border{
	cursor: inherit;
}
.pagination .whj_jqueryPaginationCss-1 .whj_border.whj_checked {
	background: rgb(36,163,167);
	color: #fff;
}

.whj_color {
	margin-left: 10px;
	margin-right: 10px;
}

.pagination .whj_jqueryPaginationCss-1 input {
	width: 50px;
	padding: 6px;
}

#skip {
	height: 0;
	overflow: hidden;
}

.zh_click {
	color: #fff;
	margin: 0 0px 0px 17px;
}

.phwza{
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
    width: auto;
    border: 1px #ddd solid;
    padding: 2px 5px;
    border-radius: 4px;
    margin-top: 5px;
    color: #fff;
    background: #ff5a00;
    box-shadow: 0 4px 6px rgb(100 100 100 / 15%);
    transition: all 0.35s ease-in-out;
}
}
/* new20240925 */
.shwhppChannel #header{
	margin-top: -0;
	padding-top: 0;
}
@media (max-width: 960px) {
	.wd920{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	#section3 img{
		max-width: 100%;
	}
	.sec2-inner .left img,.shwhppChannel .sec2-inner .right img{
		max-width: 100%;
	}
	.sec2-inner .right,.sec2-inner .left{
		width: 100% !important;
	}
	.shwhppChannel #header{
		margin-top: -15px;
		padding-top: 0;
		height: auto;
		background: none;
		border-bottom: none;
		margin-bottom: 0;
	}
	.main-container .sub-header .nav{
		padding: 0;
	}
}